org.richfaces.renderkit.html
Class NotifyRenderer
java.lang.Object
javax.faces.render.Renderer
org.richfaces.renderkit.RendererBase
org.richfaces.renderkit.html.NotifyRenderer
- Direct Known Subclasses:
- NotifyMessagesRenderer
public class NotifyRenderer
- extends RendererBase
- Author:
- Bernard Labno
Methods inherited from class org.richfaces.renderkit.RendererBase |
concatClasses, concatStyles, decode, doDecode, doEncodeBegin, doEncodeChildren, doEncodeEnd, encodeBegin, encodeChildren, getComponentClass, getSkin, getUtils, preDecode, preEncodeBegin, queueComponentEventForBehaviorEvent, renderChildren |
Methods inherited from class javax.faces.render.Renderer |
convertClientId, getConvertedValue, getRendersChildren |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RENDERER_TYPE
public static final String RENDERER_TYPE
- See Also:
- Constant Field Values
NotifyRenderer
public NotifyRenderer()
encodeEnd
public void encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
- Overrides:
encodeEnd
in class RendererBase
- Throws:
IOException
addOptionIfSetAndNotDefault
protected void addOptionIfSetAndNotDefault(String optionName,
Object value,
Map<String,Object> options)
getOptions
protected Map<String,Object> getOptions(javax.faces.context.FacesContext context,
AbstractNotify notify)
throws IOException
- Throws:
IOException
getStackComponent
protected AbstractNotifyStack getStackComponent(javax.faces.context.FacesContext context,
AbstractNotify notify)
getStackClass
protected String getStackClass(javax.faces.context.FacesContext context,
AbstractNotify notify)
getStackStyleClass
protected String getStackStyleClass(javax.faces.context.FacesContext context,
AbstractNotify notify)
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.